home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / bloop.swf / scripts / frame_2 / DoAction.as
Text File  |  2007-09-27  |  189b  |  11 lines

  1. stop();
  2. stopAllSounds();
  3. music = new Sound();
  4. music.attachSound("music2");
  5. music.start();
  6. attachMovie("menu","pmenu",0);
  7. music.onSoundComplete = function()
  8. {
  9.    music.start();
  10. };
  11.